home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-01-04 | 2.3 KB | 65 lines |
- [SETTINGS]
- ; Advantage Local Server configuration file
- ;
- ; The Advantage Local Server DLL (for Windows) and SO (for Linux) reads
- ; this configuration file when the DLL/SO is loaded. Values input
- ; after the keyword and equal sign are used to configure the DLL/SO.
- ; If no value is inserted after a keyword and equal sign, the default
- ; is used. This file should be located in the same directory as your
- ; Advantage Local Server DLL (adsloc32.dll) or SO (libadsloc.so).
- ;
- ; Number of Connections
- ; Default = 20; Range = 1 - No upper limit
- CONNECTIONS=20
- ;
- ; Number of Tables
- ; Default = 50; Range = 1 - No upper limit
- TABLES=50
- ;
- ; Number of Index Files
- ; Default = 75; Range = 1 - No upper limit
- INDEXES=75
- ;
- ; Number of Data Locks
- ; Default = 500; Range = 1 - No upper limit
- LOCKS=500
- ;
- ; Maximum Size of Error Log (in KBytes)
- ; Default = 1000 KBytes; Range = 1 KByte - No upper limit
- ERROR_LOG_MAX=1000
- ;
- ; Error Log and Assert Log Path
- ; Default = C:\
- ERROR_ASSERT_LOGS=
- ;
- ; ANSI Character Set
- ; Default = Use the currently configured ANSI character set that is active
- ; on the workstation.
- ; If you do not wish to use the ANSI character set that is active on the
- ; current workstation, the available ANSI character sets to be used are:
- ; Danish, Dutch, Engl(Amer), Engl(UK), Engl(Can), Finnish, French,
- ; French Can, German, Icelandic, Italian, Norwegian, Portuguese, Spanish,
- ; Span(Mod), Swedish, or Russian
- ANSI_CHAR_SET=
- ;
- ; OEM/Localized Character Set
- ; Default = USA
- ; Options are:
- ; USA, DANISH, DUTCH, FINNISH, FRENCH, GERMAN, GREEK437, GREEK851, ICELD850,
- ; ICELD861, ITALIAN, NORWEGN, PORTUGUE, SPANISH, SWEDISH, MAZOVIA, PC_LATIN,
- ; ISOLATIN, RUSSIAN, NTXCZ852, NTXCZ895, NTXSL852, NTXSL895, or NTXHU852
- OEM_CHAR_SET=USA
- ;
- ; Local File Flush Frequency (in milliseconds)
- ; Default = 20000 ms (20 seconds); Range = 0 ms - No upper limit
- FLUSH_FREQUENCY=20000
- ;
- ; Lowercase All Paths
- ; Default = 0 (false)
- ; Options are: 0 (for false) and 1 (for true)
- ; Option to force the Linux Advantage Local Server SO to lowercase all
- ; paths and filenames before attempting to access them on disk. This
- ; option is ignored by the Advantage Local Server DLL for Windows.
- LOWERCASE_ALL_PATHS=
-
-